| StudentBankAccount |
| EntityType | Independent |
| Logical Entity Name | StudentBankAccount |
| Default Table Name | SaStudentBankAccount |
| Logical Only | NO |
| Owner | dbo |
| Definition | |
| Note |
| StudentBankAccount Attributes |
| Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
Id |
INTEGER | NO | ||
StudentId |
INTEGER | NO | ||
| TransactionType | CHAR(1) | NO | ||
| BankName | VARCHAR(60) | NO | ||
| RoutingNumber | CHAR(9) | NO | ||
| AccountNumber | VARCHAR(150) | YES | ||
LastModifiedUserId |
INTEGER | NO | ||
| CreatedDateTime | DATETIME | NO | ||
| LastModifiedDateTime | DATETIME | NO | ||
| RowVersion | TIMESTAMP/DATE | NO | ||
| IsPrimaryPayment | BIT | NO | ||
| AccountType | CHAR(16) | NO | ||
| IsDirectDeposit | BIT | YES | ||
| MerchantProcessingCode | VARCHAR(19) | YES | ||
| InitializationVector | VARCHAR(100) | YES | ||
StudentId |
INTEGER | YES |
| StudentBankAccount Keys |
| Key Name | Key Type | Keys |
| SaStudentBankAccount_UserID_N_N_IDX | Inversion Entry | LastModifiedUserId |
| SaStudentBankAccount_SyStudentID_N_N_IDX | Inversion Entry | StudentId |
| SaStudentBankAccount_SaStudentBankAccountID_U_C_IDX | PrimaryKey | Id |
| StudentBankAccount Relationships |
| Parent Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
| Student | Non-Identifying | One To Zero or More | StudentId | NO | |||
| Staff | Non-Identifying | One To Zero or More | LastModifiedUserId | NO | |||
| Student | Non-Identifying | Zero or One to Zero or More | StudentId | NO |
| Child Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |
| StudentAward | Non-Identifying | One To Zero or More | NO | ||||
| SaOnlineACHBatch | Non-Identifying | One To Zero or More | NO | ||||
| SaOnlineACHBatchRefund | Non-Identifying | One To Zero or More | NO |
| StudentBankAccount Check Constraints |
| Check Constraint Name | CheckConstraint |
| StudentBankAccount Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical dbo.StudentBankAccount |
NO | |||
| Physical (Microsoft SQL Server) dbo.SaStudentBankAccount |
NO |
| StudentBankAccount Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Logical | StudentPayments_Collections |
| Physical (Microsoft SQL Server) | Main Model |
| Physical (Microsoft SQL Server) | Student Accounts |
| StudentBankAccount Data Movement Rules |
| Name | Type | Rule Text/Value |